home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000449_news@columbia.edu_Fri Sep 29 07:37:51 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17690
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 30 Sep 1995 15:10:27 -0400
  3. Received: by apakabar.cc.columbia.edu id AA22753
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 30 Sep 1995 15:10:26 -0400
  5. Newsgroups: comp.protocols.kermit.misc,comp.sys.novell,bit.listserv.novell,uhawaii.network
  6. Path: news.columbia.edu!panix!tinman.dev.prodigy.com!prodigy.com!uunet!in1.uu.net!usc!howland.reston.ans.net!news.sprintlink.net!usenet.kornet.nm.kr!ames!news.hawaii.edu!uhunix4.its.Hawaii.Edu!mtom
  7. From: Michael Tom <mtom@uhunix4.its.Hawaii.Edu>
  8. Subject: Telnet TermType using LWP5 TSU?
  9. X-Nntp-Posting-Host: uhunix4.its.hawaii.edu
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. Message-Id: <Pine.SV4.3.91.950928210541.14408A-100000@uhunix4.its.Hawaii.Edu>
  12. Sender: news@news.hawaii.edu
  13. Organization: University of Hawaii
  14. Mime-Version: 1.0
  15. Date: Fri, 29 Sep 1995 07:37:51 GMT
  16. Lines: 26
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:3717 comp.sys.novell:92881 bit.listserv.novell:87200
  18. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  19.  
  20. When using MS-Kermit 3.14 as a Telnet client over Novell LAN WorkPlace 5, 
  21. how does one set the Telnet terminal type?  My batch file essentially 
  22. contains the following commands:
  23.  
  24.    telapi -sn1 -st1
  25.    tsu -o 128.171.44.54 k1
  26.    tsu -a k1 1
  27.    kermit set port bios1, connect
  28.  
  29. I figure that I need to insert the command "tsu -f <telnet-parameter> VT100",
  30. but what's the correct keyword for <telnet-parameter>?  I've guessed at 
  31. TERM, TERMTYPE, TERM-TYPE, TERMINAL, and TT with no luck.  
  32.  
  33. Our workaround is to set the terminal type after logging in to the UNIX 
  34. host by issuing a "setenv TERM" command.  Since this is running in a lab 
  35. setting, though, it will save a lot of grief to just fix the TSU/Kermit 
  36. startup commands rather than having hundreds of users adopt the setenv 
  37. workaround.  And it should be easy -- everything works fine if I run TSU 
  38. in interactive mode to open and configure the Telnet session before running 
  39. Kermit; I just need to know the equivalent batch-mode TSU commands.
  40.  
  41. Thanks for any help!
  42.  
  43. Michael Tom
  44. Academic Computing Coordinator
  45. Windward Community College